home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / pcmcia / config.opts < prev    next >
Text File  |  2005-10-18  |  2KB  |  64 lines

  1. #
  2. # Local PCMCIA Configuration File
  3. #
  4. #----------------------------------------------------------------------
  5. #
  6. # System resources available for PCMCIA cards
  7. #
  8. # NOTE: these settings have no effect on resources assigned to a
  9. # CardBus bridge device itself; this file only affects resources
  10. # assigned to cards.  Also, interrupt settings here will only affect
  11. # ISA bus interrupts assigned to 16-bit cards.  PCI interrupts
  12. # generally can't be reconfigured.
  13. #
  14. # With the kernel PCMCIA subsystem, these settings also have no effect
  15. # at all on resources used for 32-bit CardBus cards.  Those are set by
  16. # the PCI hotplug subsystem.
  17. #
  18.  
  19. include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff
  20. include memory 0xc0000-0xfffff
  21. include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
  22.  
  23. # High port numbers do not always work...
  24. # include port 0x1000-0x17ff
  25.  
  26. # Extra port range for IBM Token Ring
  27. include port 0xa00-0xaff
  28.  
  29. # Resources we should not use, even if they appear to be available
  30.  
  31. # First built-in serial port
  32. exclude irq 4
  33. # Second built-in serial port
  34. #exclude irq 3
  35. # First built-in parallel port
  36. exclude irq 7
  37.  
  38. #----------------------------------------------------------------------
  39.  
  40. # Examples of options for loadable modules
  41.  
  42. # To fix sluggish network with IBM ethernet adapter...
  43. #module "pcnet_cs" opts "mem_speed=600"
  44.  
  45. # Options for IBM Token Ring adapters
  46. #module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"
  47.  
  48. # Options for Raylink/WebGear driver: uncomment only one line...
  49. # Generic ad-hoc network
  50. module "ray_cs" opts "essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 translate=1"
  51. # Infrastructure network for older cards
  52. #module "ray_cs" opts "net_type=1 essid=ESSID1"
  53. # Infrastructure network for WebGear
  54. #module "ray_cs" opts "net_type=1 essid=ESSID1 translate=1 hop_dwell=128 beacon_period=256"
  55.  
  56. # Options for WaveLAN/IEEE driver (AccessPoint mode)...
  57. #module "wvlan_cs" opts "station_name=MY_PC"
  58. # Options for WaveLAN/IEEE driver (ad-hoc mode)...
  59. #module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"
  60.  
  61. # Options for Xircom Netwave driver...
  62. #module "netwave_cs" opts "domain=0x100 scramble_key=0x0"
  63.  
  64.